TaskDelegationState Enumeration

Represents the status types of a delegated task.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public enum TaskDelegationState

Members

NoMatch0 Specifies that this is not a delegated task or that the task request has been created but not sent. This is also used for a task request message, whether in the owner’s Sent Items folder or the delegate’s Inbox.
OwnNew1 Specifies that this is a new task request that has been sent, but the delegate has not yet responded to the task.
Owned2 Specifies that a task has been accepted. This value should not be in the enumeration.
Accepted3 Specifies that the task has been accepted.
Declined4 Specifies that the task has been declined.
None5 None.

See Also